home *** CD-ROM | disk | FTP | other *** search
- ; symantec.itools.multimedia.ImageViewer component description
-
- CLASS=symantec.itools.multimedia.ImageViewer
-
- SMALLICON=components\ImageViewer.ico, "0"
- ICONSUITE=Icons, "141"
-
- FOLDER=Multimedia
- TOOLBAR=Multimedia
-
- PROPERTY=Boolean, "Center Mode", "CenterMode", "true"
- PROPERTY=URL, "URL", "URL", "", "Image Files(*.jpg;*.gif)"
-
- CONNECTION=input,"RelativeURL","", "%name%.setURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the relative image to view"
- CONNECTION=input, "URL", "", "%name%.setURL(%arg%);", "Set the image to view as a URL"
- CONNECTION=output, "URL", "", "%name%.getURL()", "Get the image being viewed"
- CONNECTION=input, "String", "", "%name%.setFileName(%arg%);", "Set the image to view as a String"
- CONNECTION=output,"String", "", "%name%.getFileName()", "Get the image being viewed"
-
-